*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	border: none;
　　-webkit-tap-highlight-color: rgba(0,0,0,0);
　　-webkit-tap-highlight-color: transparent;
　　  outline: 0;
	box-shadow: none;
}
a:focus{
	outline: none!important;
}
input{
	font-family: "微软雅黑"!important;
}
input:focus{
	font-family: "微软雅黑" !important;
	border: 1px solid #008CE5;
	border-radius: 6px;
	outline:none;
	border-color: #008CE5!important;
}
select:focus{
	font-family: "微软雅黑" !important;
	border: 1px solid #008CE5;
	border-radius: 6px;
	outline:none;
	border-color: #008CE5!important;
}
/* 鼠标移动到链接上时的状态 */
a:active {
	border: 0;
	outline: none;
	box-shadow: none;
} /* 鼠标按下去时的状态 */
li{
	list-style: none;
}
body{
	font-family: "微软雅黑"!important;
	overflow-x:hidden ;	
}
/*头部*/
.header{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 180px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 99;
}
.header_logo{
	width: 495px;
	height: 134px;
	margin-left: 10px;
}
.header_a{
	height: 134px;	
	display: flex;
	justify-content: space-between;
}
.header_b{
	width: 301px;
	height: 41px;
	position: relative;
	margin-top: 48px;
	overflow: hidden;
	margin-right: 12px;
}
.header_b input{
	width: 300px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #A9CADF;
	padding-right: 35px;
	box-sizing: border-box;
	font-size: 18px;
	text-indent: 0.6em;
	outline: none;
}
.header_b a{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/top_search.png)no-repeat center top;
	background-size: 30px 30px;
	position: absolute;
	right: 8px;
	top: 6px;
}
.top_logo{
	font-size: 16px;
	color: #008ce5;
	margin-left: 20px;
}
.top_logo img{
	width: 17px;
	height: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
.header_c{
	width: 165px;
	height: 134px;
	line-height: 134px;
}
.top_logoa img{
	width: 18px;
	height: 18px;
}
.header_d{
	display: block;
}
.header_p1{
	text-align: center;
	font-size: 16px;
	color: #008CE5;
	display: none;
}
/*导航*/
.nav{
	width: 1200px;
	height: 44px;
	margin: 0 auto;
	position: relative;
	z-index: 0;	
}
.nav_a{
	width: 1200px;
	height: 70px;
	background: url(../img/nav_bg.jpg)no-repeat center top;
	background-size: 1200px 70px;
	margin: 0 auto;
	position: absolute;
	top: -27px;
	left: 0;
}
.nav_b{
	width: 970px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-left: 158px;
}
.nav_b li{
	height: 50px;
	padding: 0 5px;
	color: #FFFFFF;
	overflow: hidden;
}
.nav_b a{
	display: block;
	font-size: 20px;	
	height: 48px;
	line-height: 38px;
	color: #FFFFFF;	
	border-bottom: 2px solid #008CE5;	
}
.nav_b .nav_act a{	
	color: #008CE5;	
}
.nav_b .nav_act{
	background-color: #FFFFFF;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
}
.nav_b li:hover{
	background-color: #FFFFFF;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
}
.nav_b li:hover a{
	color: #008CE5;	
}
/*合作伙伴*/
.huoban{
	width: 1200px;
	min-height: 140px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.huoban_a{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 4px;
}
.huoban_p1{
	font-size: 16px;
	color: #008ce5;
	text-align: left;
	padding: 13px 0;
	overflow: hidden;
}
.huoban_p1 img{
	height: 36px;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-right: 17px;
}
.huoban_p1 span{
	display: block;
	float: right;
	width: 1097px;
}
.huoban_b{
	/*overflow: hidden;*/
}
.huoban_ul{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.huoban_ul li{
	width: 30%;
	height: 40px;
	font-size: 16px;
	color: #008ce5;
	cursor: pointer;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	
}
.huoban_ul li:hover{
	color: #313131;
}
.huoban_div{
	width: 1200px;
	padding: 20px 0;
	border: 1px solid #dedede;
	position: absolute;
	bottom: 36px;
	left: -11px;
	background-color: #FFFFFF;
	display: none;
}
.huoban_div a{
	display: block;
	float: left;
	color: #515151;
	font-size: 14px;
	padding: 8px 20px;
}
.huo_list:hover .huoban_div{
	display: block;
}
/*.huoban_c{
	display: flex;
	justify-content:flex-start;
}
.huoban_ul{
	padding: 14px 0;
	width: 1097px;
}
.huoban_ul li{
	float: left;
	overflow: hidden;
	margin-right: 14px;
	margin-bottom: 4px;
}
.huoban_ul li a{
	font-size: 14px;
	color: #515151;
}
.huoban_ul li a:hover{
	color: #008CE5;
}*/
/*底部*/
.footer{
	width: 100%;
	height: 120px;
	background-color: #CFCFCF;
	overflow: hidden;
	margin-top: 10px;
}
.footer_a{
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
.footer_a img{
	width: 45px;
	height: 55px;
	margin-right: 22px;
}
.footer_a ul{
	padding-top: 26px;
}
.footer_a ul li{
	float: left;
	overflow: hidden;	
	font-size: 14px;
	border-right: 1px solid #515151;
	line-height: 14px;
	padding: 0 6px;
}
.footer_a ul li:last-child{
	border-right: 0px solid #515151;
	
}
.footer_a ul li a{
	color: #515151;
}
.footer_a ul li a:hover{
	color: #008CE5;
}
.footer_p1{
	text-align: center;
	font-size: 14px;
	color: #515151;
	margin-top: 6px;
}
